Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata to POM file #48

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Add metadata to POM file #48

merged 1 commit into from
Nov 29, 2023

Conversation

divergentdave
Copy link
Contributor

This fills in some metadata fields used when publishing to a Maven repository.

@divergentdave divergentdave requested a review from a team as a code owner November 29, 2023 16:54
@@ -103,6 +103,28 @@ publishing {
afterEvaluate {
from(components["release"])
}

pom {
name.set("divviup-android")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW newer versions of Gradle would support name = "divviup-android" assignment syntax here, but .set() works fine as-is.

@divergentdave divergentdave merged commit a7b1b4b into main Nov 29, 2023
3 checks passed
@divergentdave divergentdave deleted the david/publishing-metadata branch November 29, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants